libvirt

Home > Software Notes > Tools

hardware acceleration

Check for cpu support

lscpu | grep Virtualization
Check that the kernel module is loaded
lsmod | grep kvm
Check libvirt capabilities
virsh capabilities
Check that vm is using kvm ps aux | grep accel Should list -accel kvm